This command is new in PageMaker 6.5
PSelectLayer(const char * sLayerName, PMBool bExtend);
Example. The following example selects the objects on "Layer 2".const char * sLayerName;
Name of the layer to select.PMBool bExtend;
true add objects to the current selection list.
false deselect all objects first, then select layer.
PSelectLayer("Layer 2", true);
The PGetLayerFromID, PGetLayerList, PGetLayerOptions, PGetPasteRemembers, and PGetTargetLayer queries
Comments or suggestions? Contact Adobe Developer Support